list dictionary c#

73

list dictionary c# -

ListDictionary list = new ListDictionary();
list.Add("Hello", "Test1");
list.Add("Hello", "Test2");
list.Add("Hello", "Test3");

Comments

Submit
0 Comments